home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000175_fdc@columbia.edu_Tue Dec 10 11:33:22 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  44 lines

  1. Article: 13956 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Interesting behavior of IKSD "set receive move-to" and "set send
  6.  move-to"
  7. Date: 10 Dec 2002 11:33:04 -0500
  8. Organization: Columbia University
  9. Lines: 26
  10. Message-ID: <at5500$kse$1@watsol.cc.columbia.edu>
  11. References: <at3dls$4p$1@cpimail.cpicorp.com> <200212101444.gBAEieY6013565@watsol.cc.columbia.edu> <3DF60210.4000309@cpicorp.com>
  12. NNTP-Posting-Host: watsol.cc.columbia.edu
  13. X-Trace: newsmaster.cc.columbia.edu 1039537987 8678 128.59.39.139 (10 Dec 2002 16:33:07 GMT)
  14. X-Complaints-To: postmaster@columbia.edu
  15. NNTP-Posting-Date: 10 Dec 2002 16:33:07 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13956
  17.  
  18. In article <3DF60210.4000309@cpicorp.com>,
  19. Derek Chen-Becker  <dbecker@cpicorp.com> wrote:
  20. : > A typo.  In the first case you spelled "ct" right.  In the second case,
  21. : > you spelled it "cr".  From your first log:
  22. : > 
  23. : >   zchdir[ct]
  24. : >   proto xferstat[]=1
  25. : > 
  26. : >>From your second log:
  27. : > 
  28. : >   zchdir[cr]
  29. : >   cwd failed[cr]
  30. : >   proto xferstat[Can't change directory]=0
  31. :
  32. : Right. I actually issued the correct "rcd ct" later on in the debug log. 
  33. : I guess I should have redone that log to avoid confusion. Sorry about 
  34. : that. I have actually confirmed the same behavior under 8.0.200 on 
  35. : Solaris as well.
  36. The problem is that when the attempt to change to a non-existent directory
  37. fails, a global exit-status flag is set which affects future actions.
  38.  
  39. Please run your test again without the typo.  If it still fails, send us
  40. a fresh set of logs and we'll take it from there.
  41.  
  42. - Frank
  43.